ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPBag<T> Class / ImGearXMPBag<T> Constructor / ImGearXMPBag<T> Constructor()




In This Topic
    ImGearXMPBag<T> Constructor()
    In This Topic
    Initializes a new instance of the ImGearXMPBag<T> class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearXMPBag(Of T)()
    public ImGearXMPBag<T>()
    public: ImGearXMPBag<T>();
    public:
    ImGearXMPBag<T>();

    Return Value

    New instance of ImGearXMPBag<T> generic class object.
    Remarks
    This constructor creates an empty instance of ImGearXMPBag<T> generic class.
    See Also